home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / distrib.hsc < prev    next >
Encoding:
Text File  |  1997-10-01  |  2.5 KB  |  72 lines

  1. <WEBPAGE chapter="hsc - " title="Archive Contents"
  2.     PREV="require.html"
  3.     NEXT="install.html">
  4.  
  5. <$macro ArcH NAME:string/r>
  6. <H2><(name)></H2>
  7. <P>(size: <(GetFileSize((":../../"+name)))>)</P>
  8. </$macro>
  9.  
  10. This is a short explanation of the files and directories
  11. coming with these archives:
  12.  
  13. <PRE>
  14. IMPORTANT        where to start and what to read
  15. README           short introduction
  16. CHANGES          program history
  17. NEWS             tells about incompatibilites to older versions
  18. COPYING          the GNU General public license
  19. hsc              executable for preprocessor
  20. hscdepp          executable for hsc's dependency procreator
  21. hscpitt          executable for hsc's project interfering and trashing tool
  22. hsc.prefs        contains syntax definition
  23. source/          source code (ANSI-C)
  24. docs/            documentation drawer; start browsing <qq>index.html</qq>
  25. docs-source/     hsc sources for documentation drawer; as example
  26. examples/        some small example projects for tutorial purpose
  27. grafflwerk/      miscellaneous stuff that might be useful
  28. starter-project/ template to start a new project with
  29. </PRE>
  30.  
  31. <ArcH NAME="hsc.lha">
  32.  
  33. This one is the complete distribution of the AmigaOS-version and
  34. includes the binaries, documentation and all supporting material.
  35. But it does not contain the source code.
  36.  
  37. <P>This archive is available from the <hsc-support> and
  38. <AMINET FILE="text/hyper/hsc.lha">.</P>
  39.  
  40. <ArcH NAME="hsc-source.lha">
  41.  
  42. These are the ANSI-C sources to compile all tools of this package.
  43. You probably will have to modify the <Makefile>. The most important
  44. files and directories in <file>source/</file> are:
  45.  
  46. <PRE>
  47. README           tells you to read <A HREF=":source.html">docs/source.html</A>
  48. Makefile         makefile to compile the whole thing
  49. Makefile.agi     makefile used by author
  50. hsclib/          parser functions
  51. hscprj/          project functions
  52. hsc/             hsc, the preprocessor
  53. hsctools/        hscdepp and hscpitt
  54. ugly/            function library; don't try this at home
  55. </PRE>
  56.  
  57. <P>Additionally, the hsc-sources for this documentation are also
  58. included in <FILE>docs-source</FILE> for example purpose.</P>
  59.  
  60. <P>This archive is available from the <hsc-support> and 
  61. <AMINET FILE="text/hyper/hsc-source.lha">.</P>
  62.  
  63. <ArcH NAME="hsc-all.lha">
  64.  
  65. <P>A compilation of the two above archives. Contains everything except
  66. the AmigaOS-executables and -icons; additionally, there are some
  67. test-routines for the functions of <file>ugly.lib</file> included.</P>
  68.  
  69. This archive is only available from the <hsc-support>.
  70.  
  71. </WEBPAGE>
  72.